home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / commo50.arc / COMMO.MAC < prev    next >
Text File  |  1991-09-05  |  11KB  |  191 lines

  1.                                  ┌────────────┐
  2.   PgDn for more macros           │ Macro File │           PgDn for more macros
  3.                                  └────────────┘
  4.  
  5.   1)  A program indicated to the right of a macro must be in your DOS path.
  6.  
  7.   2)  Move Selector Bar to desired entry, press [Enter].
  8.  
  9.  
  10.   Macro to review capture file, press Shift-F8
  11.   ────────────────────────────────────────────────────────────────────────────
  12.   {:sf8} {exec LIST %_cap /e} {}  (aka Scrollback using no RAM)       LIST.COM
  13.  
  14.  
  15.   Simple login macro, press F2
  16.   ────────────────────────────────────────────────────────────────────────────
  17.   {:nf2} {send Fred|~~Brucker|~~~~%_pas|} {}       RBBS, PCBoard, Auntie, etc.
  18.  
  19.  
  20.   Macro to list download directory, press Alt-F10
  21.   ────────────────────────────────────────────────────────────────────────────
  22.   {:af0} {exec-w dir %dldir /w} {}                 Download directory
  23.  
  24.  
  25.   Macro to login to a PCBoard (put "pcb" in Dialing Directory macro field)
  26.   ────────────────────────────────────────────────────────────────────────────
  27.   {:pcb} {capture y,c:\commo\pcb.cap} {asci ,}
  28.          {setlook 60,hng}
  29.          {lookfor graphics} {send y|}
  30.          {setlook 60,hng,6,n|}
  31.          {lookfor first name?} {send Fred Brucker|~%_pas|}  ═ your name here
  32.          {lookfor Main Board Command?} {}
  33.   {:hng} {hangup y} {stop}
  34.  
  35.  
  36.   CompuServe login macro
  37.   ────────────────────────────────────────────────────────────────────────────
  38.   {:cis} {setlook 45,hng,2,^c} {send ^c} {capt y,c:\commo\cis.cap} {asci ,:}
  39.          {lookfor User ID:} {send 71021,356|}
  40.          {setl 20,hng} {lookfor Password:} {send %_pas|} {}
  41.  
  42.  
  43.  ╔════════════════════════════════════════════════════════════════════════════╗ upproto
  44.  ║                                                                            ║
  45.  ║                          ┌──────────────────────┐                          ║
  46.  ║                          │ Upload Protocol Menu │                          ║ 
  47.  ║                          └──────────────────────┘                          ║
  48.  ║                                                                            ║
  49.  ║                                                                            ║
  50.  ║       IMPORTANT:  Be sure you have installed the indicated program         ║
  51.  ║                   before you try to use any external protocol.             ║
  52.  ║                                                                            ║
  53.  ║                                                                            ║
  54.  ║                   Xmodem-1K  (old Ymodem)      Internal                    ║ {goto px1s} {:pgu} {macro upproto}
  55.  ║                   Xmodem                       Internal                    ║ {goto px2s}
  56.  ║                                                                            ║
  57.  ║                   Zmodem batch            using DSZ.COM                    ║ {goto pzbs}
  58.  ║                   Ymodem batch            using DSZ.COM                    ║ {goto pybs}
  59.  ║                   Ymodem-G batch          using DSZ.COM                    ║ {goto pygs}
  60.  ║                   MPt batch               using MPT.EXE                    ║ {goto pmps}
  61.  ║                   CompuServe B, B+     using OZBEXT.EXE                    ║ {goto pcbs}
  62.  ║                                                                            ║
  63.  ║                                                                  Macros -> ║
  64.  ╚════════════════════════════════════════════════════════════════════════════╝
  65.  ╔════════════════════════════════════════════════════════════════════════════╗ dnproto
  66.  ║                                                                            ║
  67.  ║                         ┌────────────────────────┐                         ║
  68.  ║                         │ Download Protocol Menu │                         ║
  69.  ║                         └────────────────────────┘                         ║
  70.  ║                                                                            ║
  71.  ║                                                                            ║
  72.  ║       IMPORTANT:  Be sure you have installed the indicated program         ║
  73.  ║                   before you try to use any external protocol.             ║
  74.  ║                                                                            ║
  75.  ║                                                                            ║
  76.  ║                   Xmodem CRC  (or 1k/old Ymodem)  Internal                 ║ {goto px1r} {:pgd} {macro dnproto}
  77.  ║                   Xmodem csum                     Internal                 ║ {goto px2r}
  78.  ║                                                                            ║
  79.  ║                   Zmodem batch            using DSZ.COM                    ║ {goto pzbr}
  80.  ║                   Ymodem batch            using DSZ.COM                    ║ {goto pybr}
  81.  ║                   Ymodem-G batch          using DSZ.COM                    ║ {goto pygr}
  82.  ║                   MPt batch               using MPT.EXE                    ║ {goto pmpr}
  83.  ║                   CompuServe B, B+     using OZBEXT.EXE                    ║ {goto pcbr}
  84.  ║                                                                            ║
  85.  ║                                                                  Macros -> ║
  86.  ╚════════════════════════════════════════════════════════════════════════════╝
  87.  
  88.  Macros used for DOWNLOADING (receiving)                      Program required
  89.  ─────────────────────────────────────────────────────────────────────────────
  90.  X CRC     {:px1r} {call gfnd} {rxmo %file} {}
  91.  X csum    {:px2r} {call gfnd} {rxmo-c0 %file} {}
  92.  
  93.  Z batch   {:zmodem} {:pzbr} {exec DSZ port %_por rz -mr} {}           DSZ.COM
  94.  Y batch   {:pybr}   {exec DSZ port %_por rb %dldir\} {}               DSZ.COM
  95.  Y-G       {:pygr}   {exec DSZ port %_por rb -g %dldir\} {}            DSZ.COM
  96.  
  97.  MPt  {:mpt} {:pmpr} {exec MPT P%_por S%_spe r %dldir\} {}             MPT.EXE
  98.  CIS BPlus   {:pcbr} {exec OZBEXT /c%_por /f%dldir /n} {}           OZBEXT.EXE
  99.  
  100.  {:gfnd} {setv file,%dldir\} {input file,Enter a filename to DOWNLOAD}
  101.          {ifex %file,,gf_y} {input %yn,File exists, overwrite? [Y/n]}
  102.          {comp yn} {ifco gf_y} {comp yn,y} {ifco gf_y} {}
  103.          {:gf_y} {return}
  104.  
  105.  Macros used for UPLOADING (sending)                          Program required
  106.  ─────────────────────────────────────────────────────────────────────────────
  107.  X-1K     {:px1s} {call gfnu} {sxmo-k %file} {}
  108.  X        {:px2s} {call gfnu} {sxmo %file} {}
  109.  
  110.  Z batch  {:pzbs} {call gfnu} {exec DSZ port %_por sz -mr %file} {}    DSZ.COM
  111.  Y batch  {:pybs} {call gfnu} {exec DSZ port %_por sb -k %file} {}     DSZ.COM
  112.  Y-G      {:pygs} {call gfnu} {exec DSZ port %_por sb -g -k %file} {}  DSZ.COM
  113.  
  114.  MPt   {:pmps} {call gfnu} {exec MPT P%_por S%_spe s %file} {}         MPT.EXE
  115.  CIS BPlus     {:pcbs}    {exec OZBEXT /c%_por /f%uldir /n} {}      OZBEXT.EXE
  116.  
  117.  {:gfnu} {setv file,%uldir\} {input file,Enter a filename to UPLOAD} {return}
  118.  
  119.  
  120.  ╔════════════════════════════════════════════════════════════════════════════╗ utilmenu
  121.  ║                                                                            ║
  122.  ║                            ┌────────────────────┐                          ║
  123.  ║                            │ Macro Utility Menu │                          ║
  124.  ║                            └────────────────────┘                          ║
  125.  ║                                                                            ║
  126.  ║                                                                            ║
  127.  ║                                                                            ║
  128.  ║                            Edit an External File                           ║ {goto uext} {:alu} {macro utilmenu}
  129.  ║                                                                            ║
  130.  ║                            Run a Macro                                     ║ {goto urun}
  131.  ║                                                                            ║
  132.  ║                            Run MOSTHOST (Host Mode, install first)         ║ {goto uhost}
  133.  ║                                                                            ║
  134.  ║                            View/Edit MOSTHOST                              ║ {goto vhost}
  135.  ║                                                                            ║
  136.  ║                                                                            ║
  137.  ║                                                                            ║
  138.  ║                                                                            ║
  139.  ║                                                                            ║
  140.  ║                                                                  Macros -> ║
  141.  ╚════════════════════════════════════════════════════════════════════════════╝
  142.  
  143.   Macros for Utility Menu
  144.   ────────────────────────────────────────────────────────────────────────────
  145.   {:urun}  {input runmac,Macro to run} {goto %runmac} {}
  146.   {:uext}  {input temp,Filename to edit}
  147.   {:uedit} {edit %temp} {macro} {}
  148.   {:uhost} {macl mosthost.mac,bbs}
  149.   {:vhost} {setv temp,%_hom%mosthost.mac} {goto uedit}
  150.  
  151.  
  152.                     ──────────────────────────────
  153.                     Full Screen Editor Key Support
  154.                     ──────────────────────────────
  155.  
  156.   The following keys are used by full screen editors such as Visual Editor in
  157.   ProDoor, PCBoard's full screen editor, ANSIED in RBBS and others.  They may
  158.   be changed to suit your own needs (all keys do not work with all editors --
  159.   capture the editor help info on the BBS).  See Appendix D in COMMO.DOC for
  160.   details on character representation.
  161.  
  162.   Note that the left arrow function (^S) is also the XOFF character. This may
  163.   cause a problem on some systems.  If pressing the left arrow seems to hang
  164.   the remote, press Ctrl-Q and change the "lfa" macro to:
  165.  
  166.          {send ^[[D} {}  or  {send ^@K} {}
  167.  
  168.   PgUp and PgDn are normally used for uploading and downloading.  To use them
  169.   for editing, change the key-labels in the menus above (press F6 in the
  170.   Internal Editor to see them).
  171.  
  172.   Macro                   Key             Function
  173.   ────────────────────────────────────────────────────────────────────────────
  174.   {:hom} {send ^W} {}     Home            Start of line
  175.   {:end} {send ^P} {}     End             End of line
  176.   {:pgu} {send ^R} {}     PgUp            Page up
  177.   {:pgd} {send ^C} {}     PgDn            Page down
  178.  
  179.   {:upa} {send ^E} {}     Up Arrow        Cursor up
  180.   {:dna} {send ^X} {}     Down Arrow      Cursor down
  181.   {:lfa} {send ^S} {}     Left Arrow      Cursor left
  182.   {:rta} {send ^D} {}     Right Arrow     Cursor right
  183.  
  184.   {:cla} {send ^A} {}     ^Left Arrow     Word left
  185.   {:cra} {send ^F} {}     ^Right Arrow    Word right
  186.  
  187.   {:ins} {send ^V} {}     Insert          Toggle insert mode
  188.   {:del} {send ^G} {}     Delete          Delete character
  189.   {:cnd} {send ^K} {}     ^End            Delete to end of line
  190.  
  191.